
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
css-overflow
Advanced tools
Css module of single purpose classes for overflow
| 336 | 48 | 48 |
|---|---|---|
| bytes | selectors | declarations |
npm install --save-dev css-overflow
git clone https://github.com/tachyons-css/css-overflow
Import the css module
@import "css-overflow";
Then process the CSS using the tachyons-cli
$ npm i -g tachyons-cli
$ tachyons-cli path/to/css-file.css > dist/t.css
The built CSS is located in the css directory. It contains an unminified and minified version.
You can either cut and paste that css or link to it directly in your html.
<link rel="stylesheet" href="path/to/module/css/css-overflow">
The source CSS files can be found in the src directory.
Running $ npm start will process the source CSS and place the built CSS in the css directory.
/*
OVERFLOW
*/
.of-vis { overflow: visible; }
.of-hid { overflow: hidden; }
.of-scr { overflow: scroll; }
.of-aut { overflow: auto; }
.ofx-vis { overflow-x: visible; }
.ofx-hid { overflow-x: hidden; }
.ofx-scr { overflow-x: scroll; }
.ofx-aut { overflow-x: auto; }
.ofy-vis { overflow-y: visible; }
.ofy-hid { overflow-y: hidden; }
.ofy-scr { overflow-y: scroll; }
.ofy-aut { overflow-y: auto; }
@media screen and (min-width: 48em) {
.of-vis-ns { overflow: visible; }
.of-hid-ns { overflow: hidden; }
.of-scr-ns { overflow: scroll; }
.of-aut-ns { overflow: auto; }
.ofx-vis-ns { overflow-x: visible; }
.ofx-hid-ns { overflow-x: hidden; }
.ofx-scr-ns { overflow-x: scroll; }
.ofx-aut-ns { overflow-x: auto; }
.ofy-vis-ns { overflow-y: visible; }
.ofy-hid-ns { overflow-y: hidden; }
.ofy-scr-ns { overflow-y: scroll; }
.ofy-aut-ns { overflow-y: auto; }
}
@media screen and (min-width:48em) and (max-width: 64em) {
.of-vis-m { overflow: visible; }
.of-hid-m { overflow: hidden; }
.of-scr-m { overflow: scroll; }
.of-aut-m { overflow: auto; }
.ofx-vis-m { overflow-x: visible; }
.ofx-hid-m { overflow-x: hidden; }
.ofx-scr-m { overflow-x: scroll; }
.ofx-aut-m { overflow-x: auto; }
.ofy-vis-m { overflow-y: visible; }
.ofy-hid-m { overflow-y: hidden; }
.ofy-scr-m { overflow-y: scroll; }
.ofy-aut-m { overflow-y: auto; }
}
@media screen and (min-width: 64em) {
.of-vis-l { overflow: visible; }
.of-hid-l { overflow: hidden; }
.of-scr-l { overflow: scroll; }
.of-aut-l { overflow: auto; }
.ofx-vis-l { overflow-x: visible; }
.ofx-hid-l { overflow-x: hidden; }
.ofx-scr-l { overflow-x: scroll; }
.ofx-aut-l { overflow-x: auto; }
.ofy-vis-l { overflow-y: visible; }
.ofy-hid-l { overflow-y: hidden; }
.ofy-scr-l { overflow-y: scroll; }
.ofy-aut-l { overflow-y: auto; }
}
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)ISC
FAQs
Css module of single purpose classes for overflow
We found that css-overflow 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.