Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
dark ui css lib. (docs) (showcase)
npm i coal-ui
and use the file in dist/
. (or download it from repo if you don't use npm)
OR use CDN (via jsdelivr): https://cdn.jsdelivr.net/npm/coal-ui@0.1.3/dist/coal.css
ok I won't write like literally everything, most of it just works as expected.
if you're going to use sass, you can import only the stuff you need, which can significantly reduce bundle size.
breakpoints are any
sm
md
lg
and xl
min-width
media queries, whereas any
is min-width: 0px
.many classes (like spacing ones) are in form of ${property}-${breakpoint}-${value}
pt-sm-4
applies padding-top on small screenspy
(vertical) and px
(horizontal) and just p
(all), likewise for margins.pt-md-4
) and margin ones (e.g. mr-any-0
)0.5rem
increments.div
with class row
.with-gutters
for quick sensible paddings.col-md-4
third (4/12)col-md-auto
auto widthcol-md
fill remaining spacecol-any-4
is a third of a row on any screen.col-md
and another col-md
are two equal width columns on md screenscol-md-3
and another col-md
, first is 3/12
space and the other fills remainingcol-md-auto
and another col-md-2
, first uses what it needs, second uses 2/12
space, rest is empty.black
very-very-dark
very-dark
dark
dark-grey
grey
light-grey
light
very-light
very-very-light
white
.black
or whatever.black-background
.huge
.very-huge
.very-thin
.thin
.bold
.very-bold
d-any-inline
d-any-inline-block
d-any-block
d-any-inline-flex
d-any-flex
.no-overflow
put ellipsis instead of wrapping text.no-decoration
remove <a>
decorations.circular
.slightly-rounded
.rounded
.very-rounded
.text-right
.text-left
.borderless
.sane-image
fix <img>
s overflowing like crazy outside everythingfun.
there's no point.
ok maybe you want to make that super fast page and want some super quick CSS. but there's still no point of this.
wait, maybe you want to make your life harder.
you probably shouldn't but here:
git clone git@github.com:MicroDroid/coal-ui.git
cd coal-ui
npm i
npm run dev # dist/coal.css ✔️
FAQs
dark quick css lib
The npm package coal-ui receives a total of 0 weekly downloads. As such, coal-ui popularity was classified as not popular.
We found that coal-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.