• Stars
    star
    1
  • Language
    CSS
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Writing CSS is fun in itself, but when a style sheet becomes huge, it becomes difficult to maintain it. And in this case, the preprocessor will help us. Sass allows you to use functions that are not available in the CSS itself, for example, variables, nesting, mixins, inheritance, and other nice things that return the convenience of writing CSS.