From 70632a368e3dd76bf8065ff12cd969910c097e13 Mon Sep 17 00:00:00 2001 From: Kushal Billaiya Date: Wed, 22 May 2024 18:04:35 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e1b71b..cd7e926 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ - This repo has some notes on css, sass, frameworks based on sass like bulma and bootstrap5, tools/plugins for efficient coding. - I made them for a quick revision when I'm using css after some gap. -- When designing webpages after, it is quicker to go through some pointers before starting to design, rather than googling small things inbetween which breaks the flow. +- When designing webpages after a long time, sometimes the recall time for css knowledge becomes very long or i tend to become unsure of the exact usage of som properties. I found that it is quicker to go through some pointers before starting to design, rather than googling small things in between which breaks the flow. --- #### DevEnv ##### Simple setup - `npm i -g sass` -- vscode plugins: liveserver +- install vscode plugins: liveserver - Usage: - run liveserver in vscode from index.html - have `sass -w input.scss output.css` running on the terminal @@ -17,4 +17,3 @@ ##### Using vite - `npm i -g vite sass` - `vite run dev` -- Usage: