eyeglass
eyeglass copied to clipboard
NPM Modules for Sass
I was following the README's documentation for [creating an eyeglass module](https://github.com/sass-eyeglass/eyeglass#writing-an-eyeglass-module) but I keep running into this error. What am I doing wrong in my setup? ``` TypeError: Cannot read...
Using plain node-sass (gulp-sass), it is possible to specify project-relative paths: Gulpfile.js: ```js var gulp = require("gulp"); var sass = require("gulp-sass"); var sassOptions = {}; gulp.task("sass", function() { gulp.src("./scss/**/*.scss") .pipe(sass(sassOptions).on("error",...
I thought the recent Windows bug was effecting my imports but now I understand that having multiple package.json files causes eyeglass modules to not be found. Given the following structure:...
`options.eyeglass.assets.relativeTo` works but only if you don't have to specify a static set of options. We should allow relativeTo to be a function for the general case and provide a...
Using ruby sass + compass and compass import once, I sometimes had to append an exclamation mark (!) to the path to override import once. So for having a legacy...
Start thinking about what content we're trying to capture and how best to express it to users. Proposal: ``` Homepage (landing / upsell) ├─┬ Getting Started │ ├── Getting started...
Based off of @chriseppstein's presentation at the Sass unconference, write a guide for people who just want to get eyeglass up and running.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...