Open bryanpizzillo opened 1 year ago
ESTIMATE TBD
This should just be a simple sass config to build the sass. Probably a npm script of sass -I ./node_modules/@nciocpl/ncids-css/packages -I ./node_modules/@nciocpl/ncids-css/uswds-packages index.scss index.css.
sass -I ./node_modules/@nciocpl/ncids-css/packages -I ./node_modules/@nciocpl/ncids-css/uswds-packages index.scss index.css
As discussed on 9/10 - this is on hold until 9/13 earliest (team focusing on other priorities)
This is on hold pending a discussion about the use of postCSS correctly and the sass command.
Make a simple dart sass example
This should just be a simple sass config to build the sass. Probably a npm script of
sass -I ./node_modules/@nciocpl/ncids-css/packages -I ./node_modules/@nciocpl/ncids-css/uswds-packages index.scss index.css
.