Change the directory semantic ui looks for your theme.
This is intended to be used in combination with with less-plugin-npm-import and semantic-ui-less as a replacement for the broken less-plugin-semantic-ui.
Install
npm i --save-dev less-plugin-semantic-theme
Usage
var gulp = ;var less = ;var sourcemaps = ;var autoprefixer = ;var NpmImport = ;var CorrectTheme = ; gulp;
You can now store your theme.config inside of css
, then in css/style.less you can do...
"npm://semantic-ui-less/semantic.less";
Contributing
Please figure out how to write test cases for this, I wasn't sure where to start.
License
MIT