Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connectkushal authored May 22, 2024
1 parent bf39871 commit 70632a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

- 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

##### Using vite
- `npm i -g vite sass`
- `vite run dev`
- Usage:

0 comments on commit 70632a3

Please sign in to comment.