Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

nrjdalal/no.CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSS for ASAP Developers and Testers

It's time to speed up development process without worrying about manually writing a bunch of CSS code and worrying about naming classes and what not!
     Just add available className or shortName classes to your HTML file and viola, no more CSS code to write anymore!
     Currently support only 4 properties ...

align-content

value className shortName
baseline ac-baseline ac-b
center ac-center ac-c
end ac-end ac-e
first baseline ac-first_baseline ac-fb
flex-end ac-flex-end ac-fe
flex-start ac-flex-start ac-fs
last baseline ac-last_baseline ac-lb
normal (ini) * ac-normal ac-n
safe center ac-safe_center ac-sc
space-around ac-space-around ac-sa
space-between ac-space-between ac-sb
space-evenly ac-space-evenly ac-se
start ac-start ac-s
stretch ac-stretch ac-st *
unsafe center ac-unsafe_center ac-uc

align-items

value className shortName
baseline ai-baseline ai-b
center ai-center ai-c
end ai-end ai-fe
first baseline ai-first_baseline ai-fb
flex-end ai-flex-end ai-fe
flex-start ai-flex-start ai-fs
last baseline ai-last_baseline ai-lb
normal (ini) * ai-normal ai-n
safe center ai-safe_center ai-sc
start ai-start ai-s
stretch ai-stretch ai-st *
unsafe center ai-unsafe_center ai-uc

align-self

value className shortName
auto (ini) * as-auto as-a
baseline as-baseline as-b
center as-center as-c
end as-end as-e
first baseline as-first_baseline as-fb
flex-end as-flex-end as-fe
flex-start as-flex-start as-fs
last baseline as-last_baseline as-lb
normal as-normal as-n
safe center as-safe_center as-sc
self-end as-self-end as-se
self-start as-self-start as-ss
start as-start as-s
stretch as-stretch as-st *
unsafe center as-unsafe_center as-uc

display

value className shortName
block d-block d-b
contents d-contents d-c
flex d-flex d-f
flow d-flow d-fl *
flow-root d-flow-root d-fr
grid d-grid d-g
inline (ini) * d-inline d-i
inline-block d-inline-block d-ib
inline-flex d-inline-flex d-if
inline-grid d-inline-grid d-ig
inline-table d-inline-table d-it
list-item d-list-item d-li
none d-none d-n
ruby d-ruby d-r
ruby-base d-ruby-base d-rb
ruby-base-container d-ruby-base-container d-rbc
ruby-text d-ruby-text d-rt
ruby-text-container d-ruby-text-container d-rtc
run-in d-run-in d-ri
table d-table d-t
table-caption d-table-caption d-tca *
table-cell d-table-cell d-tce *
table-column d-table-column d-tc
table-column-group d-table-column-group d-tcg
table-footer-group d-table-footer-group d-tfg
table-header-group d-table-header-group d-thg
table-row d-table-row d-tr
table-row-group d-table-row-group d-trg

About

CSS for ASAP Developers and Testers

Resources

Stars

Watchers

Forks

Contributors

Languages