This website works better with JavaScript.
Explore
Help
Sign In
are0h
/
Fipamo
Watch
1
Star
2
Fork
You've already forked Fipamo
0
Code
Issues
19
Pull Requests
1
Packages
Projects
1
Releases
22
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f1850ce7f7
develop
toggle-buttons-#109
beta
nodejs-version-freeze
sql-version-freeze
1.0.0
b1.0.1
b1.2.0
b1.2.1
b1.2.2
b1.2.3
b1.2.4
b2.0.0
b2.1.0
b2.1.1
b2.2.0
b2.2.1
b2.2.2
b2.2.3
b2.2.4
b2.3.0
b2.4.0
b2.4.1
b2.5.0
b2.5.1
b2.6.0
b2.6.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f1850ce7f7'
${ noResults }
Fipamo
/
.stylelintrc
4 lines
47 B
Plaintext
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.
3 years ago
{
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
2 years ago
"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.
3 years ago
}