Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to use css without brackets

install extentions in VSC: 
- Live Sass Compiler
- Live Server
- Sass
Create new folder, there index.html
Create new folder "styles" inside
In folder "styles" create file style.sass and type your css code inside (you don't have to use brackets or semicolons)
Click on Watch Sass on the bar on bottom of your VSC (it should open terminal in VSC and give you information about compiling files. Also it should create 2 new files: style.css and style.map) it is supposed to be in 'styles' folder
Add in index.html inside head line: <link rel="stylesheet" href="styles/style.css" />
It should work :) If not check problems tab in style.sass file
Comment

PREVIOUS NEXT
Code Example
Css :: how to add carasoule in html using css 
Css :: Css animated cross mark 
Css :: target id in media query 
Css :: grippy css 
Css :: ubuntu phantomjs wrong paper size 
Css :: css black neomorphism 
Css :: less variables vs css variables 
Css :: css cotent tipe 
Css :: flex index css 
Css :: .quform-sub-label 
Css :: add filters in drf specifying specific fields 
Css :: css function to add and subtract 
Css :: fixed banner 
Css :: cons;0 ccs 
Css :: nuxt JisonLexerError: Lexical error on line 1: Unrecognized text. 
Css :: how to create a square element with css with dynamic width 
Css :: can i do an onclick menu with css alone 
Css :: bootstrap quebra de linha na tabela 
Css :: sass create color utility classes 
Css :: css webkit propert dissapears on build sass 
Css :: 1.1 inches in pixels 
Css :: if else in golang 
Css :: youtube player get current time 
Css :: fade color towards top css 
Css :: mouse hover text zoom effect 
Css :: set default scroll position css 
Css :: html first letter uppercase 
Css :: CSS menu list with underline hover animation 
Css :: css transform cheat sheet 
Css :: practice html and css 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =