New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beardcss

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beardcss - npm Package Compare versions

Comparing version 2.0.15 to 2.1.0

2

bower.json

@@ -7,3 +7,3 @@ {

],
"version": "2.0.15",
"version": "2.1.0",
"homepage": "https://github.com/monarkee/beard",

@@ -10,0 +10,0 @@ "authors": [

{
"name": "beardcss",
"version": "2.0.15",
"version": "2.1.0",
"description": "A CSS framework for people with better things to do",

@@ -5,0 +5,0 @@ "main": "beard.scss",

@@ -7,1 +7,36 @@ Beard

Beard focuses on developer speed, maintenance, and ease-of-use, versus "pretty" markup.
## Installation
Beard can be installed via [NPM](https://www.npmjs.com) or [Bower](bower.io), but just use [NPM](https://www.npmjs.com). Seriously.
```$ npm install beardcss```
```$ bower install beard```
---
### Adding Beard into your project
### The Recommended Way
The best way to add Beard to your project is to copy the contents of <code>beard/beard.scss</code> to your main Sass file. This allows for the best source ordering. From there, we recommend adding your site styles between the "Objects" and "Helpers" sections, like so:
```scss
// Objects
...
// Your styles go here
// Helpers
...
```
> **Note**: Don&rsquo;t forget to change the import paths to where you installed Beard.
---
### Or&hellip;Just the Dead Simple Installation
Or you could just import it directly. We don't recommend it, but if you need something quick, go ahead!
```@import '../node_modules/beardcss/beard'```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc