Skip to content

DevOpsThinh/CSSBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d4ab66 · Jul 13, 2022

History

16 Commits
May 18, 2022
May 19, 2022
May 18, 2022
Jun 9, 2022
May 11, 2022
Jun 9, 2022
May 19, 2022
Jul 13, 2022
May 18, 2022
May 10, 2022
May 18, 2022

Repository files navigation

"Thanks for your reading, please give me a STAR!"

"Start writing some Syntactically Awesome Style Sheets (Sass). Clean, beautiful code, make other devs be able to read what is there & understand it!"

Commands

  • "node-sass --output-style compressed scss --output css" in assets directory for compile *.scss files into css files;
  • "npm run build" or "gulp sdocs" in root of project directory for generate sass documentation;
  • "compass watch" for watching & compile our scss code project.




Used Software Info:

  • Visual Studio Code v1.67.1
  • Node.js 16
  • LibSass (with node-sass): a wrapped C/C++ library
  • Compass: 1.0.3 (Polaris)
  • Toolkit: SassDoc 2.0 from Hugo in Gulp pipelines

References