Skip to content

Commit

Permalink
Merge pull request #218 from eduardoboucas/2.0-release
Browse files Browse the repository at this point in the history
2.0 release
  • Loading branch information
jackmcpickle authored Jan 24, 2023
2 parents 9d45c12 + a3c0288 commit 036ea58
Show file tree
Hide file tree
Showing 34 changed files with 8,005 additions and 3,761 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
.DS_Store
*.map
sassdoc
test/index.css
18 changes: 18 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
221 changes: 0 additions & 221 deletions .scss-lint.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
language: node_js
# just declaring sudo uses non travis container with ruby 2
sudo: required
exclude: vendor/bundle/*
before_script:
- gem install scss_lint
node_js:
- '7'
- '6'
- '16'
- '14'
107 changes: 0 additions & 107 deletions Gulpfile.js

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

**include-media** is a Sass library for writing CSS media queries in an easy and maintainable way, using a natural and simplistic syntax.

## 2.0 Release

As of 2.0 *include-media* only supports dart-sass 1.25+

## Why?

I spent quite some time experimenting with different libraries and mixins available out there, but eventually all of them failed to do everything I needed in an elegant way. Some of them wouldn't let me mix set breakpoints with case-specific values, others wouldn't properly handle the CSS OR operator and most of them had a syntax that I found complicated and unnatural.
Expand Down
1 change: 1 addition & 0 deletions banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
// Kitty Giraudel (@kittygiraudel)
//
// This project is licensed under the terms of the MIT license
@charset "UTF-8";
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "include-media",
"version": "1.4.9",
"version": "2.0.0",
"homepage": "https://github.com/eduardoboucas/import-media",
"authors": [
"Eduardo Boucas <[email protected]>"
Expand Down
Loading

0 comments on commit 036ea58

Please sign in to comment.