Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@beetle/bee-grid
Advanced tools
A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.
Several quick start options are available:
https://github.com/davidedantonio/bee-grid.git
npm install @beetle/bee-grid
yarn add @beetle/bee-grid
Within the download you'll find the following directories and files, providing both compiled and minified variations. You'll see something like this:
dist
├── css/
│ ├── bee-grid.css
│ ├── bee-grid.css.map
│ ├── bee-grid.min.css
│ └── bee-grid.min.css.map
└── js/
├── navbar.js
├── navbar.js.map
├── navbar.min.js
└── navbar.min.css.js
Have a bug or a feature request? Search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Beegrid's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at https://davidedantonio.github.io/bee-grid/. The docs may also be run locally.
bundle install
.npm install
to install Node.js dependencies./bee-grid
directory, run npm run docs-serve
in the command line.http://localhost:9001
in your browser, and voilà.Learn more about using Jekyll by reading its documentation.
Solutions and improvements are always accepted. Please create a pull request here
Davide D'Antonio
Riccardo Tartaglia
Code released under the MIT License.
FAQs
A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.
The npm package @beetle/bee-grid receives a total of 1 weekly downloads. As such, @beetle/bee-grid popularity was classified as not popular.
We found that @beetle/bee-grid 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.