Skip to content

Commit

Permalink
no longer using autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Sep 2, 2021
1 parent ebb3304 commit 0fba65b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bundler-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.3
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ group :development, :test do
gem 'rake'
gem 'html-proofer', '~> 3.10.2'
gem 'eslintrb'
gem 'jekyll-autoprefixer'
gem 'test-unit'
gem 'json-schema'
gem "webrick", "~> 1.7"
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ GEM
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (9.8.6.5)
execjs
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.1.9)
Expand Down Expand Up @@ -63,8 +61,6 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-autoprefixer (1.0.2)
autoprefixer-rails (~> 9.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-toc (0.17.1)
Expand Down Expand Up @@ -125,7 +121,6 @@ DEPENDENCIES
hawkins
html-proofer (~> 3.10.2)
jekyll
jekyll-autoprefixer
jekyll-toc
jekyll_pages_api!
json-schema
Expand Down
3 changes: 0 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ url: "https://open.gsa.gov" # the base hostname & protocol for your site
logo: /assets/img/site-logo.png
feature_image: /assets/img/feature-background.jpg

plugins:
- jekyll-autoprefixer

sass:
load_paths:
- assets/uswds/scss
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"eslint": "npm run eslint:dist",
"clean:dist": "rm -rf _site",
"clean": "npm run clean:dist",
"test:html": "bundle exec htmlproofer _site --disable-external --allow-hash-href --url-ignore [email protected] || exit 0",
"test:html-local": "bundle exec htmlproofer _site --disable-external --allow-hash-href --url-ignore localhost:4000 || exit 0",
"test:pagespeed": "psi https://open.gsa.gov/ --strategy=mobile || exit 0",
"test:accessibility": "pa11y https://open.gsa.gov/ || exit 0",
"test:css": "stylelint ./_sass/*.scss || exit 0",
"test:js": "npm run eslint",
"test": "npm run test:html && npm run test:pagespeed && npm run test:accessibility && npm run test:js && npm run test:css",
"test": "npm run test:pagespeed && npm run test:accessibility && npm run test:js && npm run test:css",
"build:uswds": "cp -R node_modules/uswds/dist/ assets/uswds",
"build:jquery": "cp node_modules/jquery/dist/jquery.min.* assets/js/lib"
},
Expand Down

0 comments on commit 0fba65b

Please sign in to comment.