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:
committed by
Shawn Erquhart
parent
8a819be61e
commit
7dd8ca13c4
@ -12,5 +12,8 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
}),
|
||||
require('cssnano')({
|
||||
preset: 'default',
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user