This website requires JavaScript.
Explore
Help
Sign In
xarvh
/
fipamo
Watch
1
Star
0
Fork
You've already forked fipamo
0
forked from
projects/fipamo
Code
Pull requests
Activity
2ce86fad2e
fipamo
/
.stylelintrc
4 lines
47 B
Text
Raw
Normal View
History
Unescape
Escape
I swapped out sass for scss file for styling because scss is a bit more accessible because of its similarity with base css. I also plugged in stylint to normalize a css standard throughout the project to work with prettier, which handles formatting The structure scss file has been brought in line with the new standard but the remaining need to be adjusted as well. Those will be added with an additional commit.
2022-05-10 23:13:31 +02:00
{
CSS Overhaul Part 1 This one is a doozy, so let's breakt it down into what areas where touched. - updated package json to remove unneeded dependencies. - rebuilt file uploading to simply a very convuluted process - began proces to replace icons with https://tabler-icons.io - began process of removing the need for css preprocessor and using pure css - login completed - dashboard index completed - page edit ui completed - page edit ui text editor tweaked so syntax highlighting is cleaner and more accurate The settings and navigation UIs still remain and then polishing the responsive for the new css structure
2023-03-23 21:55:34 +01:00
"extends": ["stylelint-config-standard"]
I swapped out sass for scss file for styling because scss is a bit more accessible because of its similarity with base css. I also plugged in stylint to normalize a css standard throughout the project to work with prettier, which handles formatting The structure scss file has been brought in line with the new standard but the remaining need to be adjusted as well. Those will be added with an additional commit.
2022-05-10 23:13:31 +02:00
}
Copy permalink