Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmcclure/node-spacelift
A standalone companion module designed for use with the Spacelift family of themes.
https://github.com/bmcclure/node-spacelift
Last synced: about 1 month ago
JSON representation
A standalone companion module designed for use with the Spacelift family of themes.
- Host: GitHub
- URL: https://github.com/bmcclure/node-spacelift
- Owner: bmcclure
- License: other
- Created: 2016-09-22T21:13:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T17:38:37.000Z (about 8 years ago)
- Last Synced: 2024-05-02T00:17:56.661Z (8 months ago)
- Language: CSS
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Aluminum Capsule
==========A companion node module for the Drupal "aluminum" module and "spacelift" base theme.
## Installation
npm install spacelift --save
## Usage
Full documentation is coming. In the meantime, the quickest way to get started is
to require all of the SASS assets in your main SASS file before you include
your site styles, like this:// Base grid settings and imports
@import "spacelift/grid"
// Base functions, mixing, and styles
@import "spacelift"
// Simple styles for basic HTML elements
@import "spacelift/elements"## Contributing
All help is appreciated, especially in the form of bug reports and pull requests.