=== Simple Compiler SCSS ===
Contributors: tombgtn
Tags: scs, scss, compiler, stylesheet, sass
Requires at least: 6.4.2
Tested up to: 6.6.2
Stable tag: 1.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple plugin to compile scss file into css when css asked. Best for developers.

== Description ==

SCS is a simple plugin to compile SCSS files on-the-fly, when request ask inexistent CSS file, but where SCSS file with the same name exist. Made by developers, for developers.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/simple-scss-compiler` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Develop SCSS file, and call CSS file

== Changelog ==

= 1.0 =
* Création du plugin