Additional resetting file
Restructuring ---> mixins/css - structured by CSS Property Groups (https://www.w3schools.com/cssref/)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
// CSS Properties
|
||||
// Reset
|
||||
@import "reset/_reset";
|
||||
@import "reset/normalize";
|
||||
//
|
||||
//CSS Property Groups
|
||||
//
|
||||
//Color
|
||||
//Background and Borders
|
||||
//Basic Box
|
||||
//Flexible Box
|
||||
//Text
|
||||
//Text Decoration
|
||||
//Fonts
|
||||
//Writing Modes
|
||||
//
|
||||
//Table
|
||||
//Lists and Counters
|
||||
//Animation
|
||||
//Transform
|
||||
@import "transform";
|
||||
//Transition
|
||||
//Basic User Interface
|
||||
//Multi-column
|
||||
//
|
||||
//Paged Media
|
||||
//Generated Content
|
||||
//Filter Effects
|
||||
@import "filters";
|
||||
//Image/Replaced Content
|
||||
//Masking
|
||||
//Speech
|
||||
//Marquee
|
||||
|
||||
Reference in New Issue
Block a user