= Gridpaper - A CSS Framework Build On Top of SASS
Gridpaper is a simple SASS framework which puts to work some of the nifty features of SASS in a set of pre-build mixins.
== Use
=== Install
gem install gridpaper
=== Generate
cd /path/to/project
gridpaper generate
The gridpaper generate command is also aliased to:
gridpaper g
gridpaper new
gridpaper setup
gridpaper add
==== Options
The gridpaper command takes the following options
--scss
Use SCSS syntax (default is SASS)
--stylesheets-dir STRING
the name of your stylesheets directory (default is "stylesheets")
=== Watch
Watch your project folder for changes to the sass or scss files and convert them to css with
gridpaper watch
==== Arguments
The gridpaper watch command takes the following arguments
# A relative path to the folder containing your SASS files. Defaults to "stylesheets/sass"
# A relative path to the folder where your CSS files will be created. Defaults to "stylesheets"
== Development
=== Changelog
Nov 25, 2011 - Versioned to 0.0.7
Nov 23, 2011 - Versioned to 0.0.4
Nov 23, 2011 - Versioned to 0.0.3
Nov 23, 2011 - Basic generator is functional, two syntaxes available: SASS and SCSS
=== TODO
Flesh out the framework
Documentation
Examples
=== Contribute
Feel free to fork and change!
=== License (MIT)
Copyright (C) 2011 by Christian Naths
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
FAQs
Unknown package
We found that gridpaper 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.
Package last updated on 25 Nov 2011
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.
Newly introduced telemetry in devenv 1.4 sparked a backlash over privacy concerns, leading to the removal of its AI-powered feature after strong community pushback.
TC39 met in Seattle and advanced 9 JavaScript proposals, including three to Stage 4, introducing new features and enhancements for a future ECMAScript release.