Skip to content

Commit 54c8158

Browse files
committed
Remove sassc dependency
1 parent 84a872e commit 54c8158

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Please :star: if you like it.
1919

2020
## Installation
2121

22+
- Add a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
2223
- After installing Administrate, add to *Gemfile*: `gem 'administrate-materialize-theme'` (and execute `bundle`)
2324
- Edit *app/assets/config/manifest.js*, adding at the end:
2425

administrate-materialize-theme.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
2828
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2929

3030
spec.add_runtime_dependency 'administrate', '~> 0.14'
31-
spec.add_runtime_dependency 'sassc', '~> 2.4'
3231

3332
spec.add_development_dependency 'appraisal', '~> 2.4'
3433
end

0 commit comments

Comments
 (0)