Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Move styles to wpdtrt-scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Jan 27, 2021
1 parent b0395fd commit 591d392
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"wpdtrt-npm-scripts": "github:dotherightthing/wpdtrt-npm-scripts#semver:0.3.*"
},
"dependencies": {
"wpdtrt-scss": "github:dotherightthing/wpdtrt-scss#semver:0.1.*"
"wpdtrt-scss": "github:dotherightthing/wpdtrt-scss#semver:*"
}
}
2 changes: 0 additions & 2 deletions scss/backend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@
// -------------------------------------------------------------------
// Styles
// -------------------------------------------------------------------

@import '../node_modules/wpdtrt-scss/scss/_backend';
11 changes: 0 additions & 11 deletions scss/wpdtrt-anchorlinks-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@
// @package wpdtrt_anchorlinks
// @since 0.3.9

// -------------------------------------------------------------------
// Mixins
// -------------------------------------------------------------------

@import '../node_modules/wpdtrt-scss/scss/mixins';

// -------------------------------------------------------------------
// Variables
// -------------------------------------------------------------------

@import '../node_modules/wpdtrt-scss/scss/variables/css';
@import 'variables/css';

0 comments on commit 591d392

Please sign in to comment.