Super simple question sorry, but is it possible to use sass in plunker
https://plnkr.co/
Yes, you can use SCSS syntax. Just create a file with the extension .scssand a link from the HTML with the extension .css. Example:
.scss
.css
https://plnkr.co/edit/dN5e8iY9S0idGPINdtry?p=preview
This behavior is described in the Ultimate Plunker Assembly Guide . Another neat thing: Plunker also supports relative directives @import(and even @importurl-based directives ) if you want to split your work into different files.
@import
Source: https://habr.com/ru/post/1662248/More articles:Unable to access the variable present in the class from the handler - iosУничтожьте комплекс JSON на Java, классы, вложенные в несколько уровней в глубину - javaformat a single log format attribute with logging :: init_from_stream - c ++Apple will require HTTPS connectivity for iOS apps by the end of 2016 - httpHow to understand the Watkins Q (λ) learning algorithm in Sutton & Barto RL? - reinforcement-learningJust installed BeautifulSoup Python 3.3.0 - pythonJava 8 Lambda Variable Scope - javaCSS: Flexbox inside Flexbox - htmlLaravel insert or update multiple lines - insertDo not allow final variable inside Java 8 Stream - javaAll Articles