Migrate to plain CSS (remove CSS modules) (#659)

* Migrate to plain CSS (remove CSS modules)

Change `prefixer` to a function instead of a proxy

* Switch prefix to `nc`

* Replace prefixer with literal class names

* Remove prefixer

* Fix migration errors

* fix compose migrations

* Remove unnecessary theme imports

* Remove old CSS import

* fix sticky toolbar positioning

* update to cssnano v4 so preset is used

* fix css pseudo selectors

* update lockfile
This commit is contained in:
Benaiah Mischenko
2017-10-18 09:29:38 -07:00
committed by Shawn Erquhart
parent 8a819be61e
commit 7dd8ca13c4
70 changed files with 1521 additions and 1251 deletions

View File

@ -12,5 +12,8 @@ module.exports = {
},
},
}),
require('cssnano')({
preset: 'default',
}),
],
};