https://github.com/getgrav/grav-plugin-scss
Grav SCSS Plugin
https://github.com/getgrav/grav-plugin-scss
grav grav-plugin scss
Last synced: 23 days ago
JSON representation
Grav SCSS Plugin
- Host: GitHub
- URL: https://github.com/getgrav/grav-plugin-scss
- Owner: getgrav
- License: mit
- Created: 2016-03-10T23:14:41.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-09-07T16:06:11.000Z (over 8 years ago)
- Last Synced: 2025-09-25T06:32:16.544Z (9 months ago)
- Topics: grav, grav-plugin, scss
- Language: PHP
- Homepage: https://getgrav.org
- Size: 71.3 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Grav SCSS Plugin
`SCSS` is a [Grav](http://getgrav.org) Plugin which allows for the dynamic compilation of PHP files.
# Installation
Installing the SCSS plugin can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.
## GPM Installation (Preferred)
The simplest way to install this plugin is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install scss
This will install the SCSS plugin into your `/user/plugins` directory within Grav. Its files can be found under `/your/site/grav/user/plugins/scss`.
# Usage
...coming soon...