From 448a6090d8b45cf2c63e670f648a09fc5555be33 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 26 Oct 2021 16:55:12 +0200 Subject: [PATCH] Remove cssbundling Revert "Stop tracking the builds folder in source control" This reverts commit 867c2a80d28f6f640acc4246a479b70717b54f39. Revert "move watch script to package.json" This reverts commit 5fc9e7b3cc8c208338334cacb4781fb98dd6ab6d. Revert "add darwin as a platform to gemfile.lock" This reverts commit 393796bb87d0b3887bdfeeb7c2583b4515eb2981. Revert "Update README with bundling command" This reverts commit 3d8b4c24b78c05e0b7cb12c75d78125364f20abc. Revert "Change bundling script to use yarn." This reverts commit afbbb0fc7562d83463cf7bda522d9ee3bf4a9e63. Revert "import footer as scss partial" This reverts commit 4bc306c7c708d3bb001ba8e0acc6edaf6d3f22dd. Revert "remove sqm_footer" This reverts commit 4582e8c8ab8267860ff875c34d7981178b1a6a04. Revert "Move footer import before fontawesome" This reverts commit 2ad120727f2a2e773b7b4d9571f6d15b782a78bc. Revert "Add sqm_footer" This reverts commit 8d5702e9aa52003a20fb82f50b9368a8a251bc0f. Revert "Rename footer.scss -> _footer.scss" This reverts commit 0ec07e7f18d705fe146accb4c7f2960d6b1a5d4e. --- .gitignore | 3 +- Gemfile | 6 +- Gemfile.lock | 26 +++++-- Procfile.dev | 1 - README.md | 6 -- app/assets/builds/.keep | 0 app/assets/config/manifest.js | 1 + app/assets/stylesheets/_footer.scss | 2 +- ...cation.bootstrap.scss => application.scss} | 2 +- app/assets/stylesheets/dashboard.scss | 2 +- app/assets/stylesheets/sqm_application.scss | 2 +- app/assets/stylesheets/welcome.scss | 4 +- app/javascript/application.js | 1 - config/environments/development.rb | 2 +- package.json | 6 +- yarn.lock | 70 ++----------------- 16 files changed, 39 insertions(+), 95 deletions(-) create mode 100644 app/assets/builds/.keep rename app/assets/stylesheets/{application.bootstrap.scss => application.scss} (66%) diff --git a/.gitignore b/.gitignore index 55d83f07..a7432167 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ config/local_env.yml /config/credentials/development.key -/app/assets/builds/ +/app/assets/builds/* +!/app/assets/builds/.keep /node_modules diff --git a/Gemfile b/Gemfile index 6d275357..8008396a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,10 +14,11 @@ gem 'pg' # Use Puma as the app server gem "puma", ">= 5.5.2" +# Use SCSS for stylesheets +gem 'sassc-rails' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes - # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks @@ -38,6 +39,8 @@ gem 'bootsnap', require: false gem 'haml' +gem 'bootstrap' + gem 'friendly_id', '~> 5.1.0' gem 'newrelic_rpm' @@ -50,7 +53,6 @@ gem 'twilio-ruby', '~> 4.11.1' gem 'activerecord-import' gem 'jsbundling-rails' -gem 'cssbundling-rails' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index e35a353e..73e1881b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,10 +73,16 @@ GEM zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) + autoprefixer-rails (10.3.3.0) + execjs (~> 2) bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.9.1) msgpack (~> 1.0) + bootstrap (5.1.0) + autoprefixer-rails (>= 9.1.0) + popper_js (>= 2.9.3, < 3) + sassc-rails (>= 2.0.0) builder (3.2.4) byebug (11.1.3) capybara (3.35.3) @@ -89,8 +95,6 @@ GEM xpath (~> 3.2) concurrent-ruby (1.1.9) crass (1.0.6) - cssbundling-rails (0.2.4) - railties (>= 6.0.0) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.1) @@ -150,8 +154,6 @@ GEM nested_scaffold (1.1.0) newrelic_rpm (8.0.0) nio4r (2.5.8) - nokogiri (1.12.5-x86_64-darwin) - racc (~> 1.4) nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) omniauth (2.0.4) @@ -160,10 +162,11 @@ GEM rack-protection orm_adapter (0.5.0) pg (1.2.3) + popper_js (2.9.3) public_suffix (4.0.6) puma (5.5.2) nio4r (~> 2.0) - racc (1.6.0) + racc (1.5.2) rack (2.2.3) rack-protection (2.1.0) rack @@ -224,6 +227,14 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt seed_dump (3.3.1) activerecord (>= 4) activesupport (>= 4) @@ -265,7 +276,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.5.1) + zeitwerk (2.4.2) PLATFORMS x86_64-darwin-20 @@ -275,9 +286,9 @@ DEPENDENCIES activerecord-import apparition! bootsnap + bootstrap byebug capybara - cssbundling-rails database_cleaner devise factory_bot_rails @@ -297,6 +308,7 @@ DEPENDENCIES rails (~> 6.1.4.1) rails-controller-testing rspec-rails (~> 4.1.2) + sassc-rails seed_dump spring spring-watcher-listen (~> 2.0.0) diff --git a/Procfile.dev b/Procfile.dev index 2b0b260f..03c54b1d 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,3 +1,2 @@ web: bin/rails server -p 3000 js: yarn build --watch -css: yarn build:css --watch diff --git a/README.md b/README.md index 2cf427b1..682ff46d 100644 --- a/README.md +++ b/README.md @@ -167,12 +167,6 @@ Start esbuild for dynamic compilation of javascript assets. yarn build --watch ``` -Start cssbundling AND esbuild for dynamic compilation of javascript and css assets. - -```bash -scripts/bundling.sh -``` - Start the puma web server ```bash diff --git a/app/assets/builds/.keep b/app/assets/builds/.keep new file mode 100644 index 00000000..e69de29b diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index 57b152e8..d333340b 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js @@ -1,3 +1,4 @@ //= link_tree ../images //= link_directory ../javascripts .js +//= link_directory ../stylesheets .css //= link_tree ../builds diff --git a/app/assets/stylesheets/_footer.scss b/app/assets/stylesheets/_footer.scss index 0fa6866b..1bb7eaaa 100644 --- a/app/assets/stylesheets/_footer.scss +++ b/app/assets/stylesheets/_footer.scss @@ -1,10 +1,10 @@ @import "colors"; +@import "fonts"; .footer-item { margin: 40px 12px; color: $gray-1; } - .footer-link { @extend .font-cabin; color: #01788E; diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.scss similarity index 66% rename from app/assets/stylesheets/application.bootstrap.scss rename to app/assets/stylesheets/application.scss index f650680f..9950979a 100644 --- a/app/assets/stylesheets/application.bootstrap.scss +++ b/app/assets/stylesheets/application.scss @@ -1,4 +1,4 @@ -@import 'bootstrap/scss/bootstrap'; +@import 'bootstrap'; @import "scaffolds"; @import "school_categories"; @import "questions"; diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index df30fe32..c052d888 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -1,4 +1,4 @@ -@import 'bootstrap/scss/bootstrap'; +@import 'bootstrap'; @import 'bootstrap-overrides'; @import 'colors'; @import 'fonts'; diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index 6fb14819..5674170e 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -1,5 +1,5 @@ @import "bootstrap-overrides"; -@import 'bootstrap/scss/bootstrap'; +@import "bootstrap"; @import "clear-margin-padding"; @import "colors"; @import "fonts"; diff --git a/app/assets/stylesheets/welcome.scss b/app/assets/stylesheets/welcome.scss index f148d81d..47e1523a 100644 --- a/app/assets/stylesheets/welcome.scss +++ b/app/assets/stylesheets/welcome.scss @@ -1,5 +1,5 @@ @import "bootstrap-overrides"; -@import 'bootstrap/scss/bootstrap'; +@import "bootstrap"; @import "clear-margin-padding"; @import "colors"; @import "fonts"; @@ -7,7 +7,7 @@ @import "footer"; .hero-image { - background-image: url("hero.png"); + background-image: url(image-path("hero.png")); background-repeat: no-repeat; background-position: center; background-size: cover; diff --git a/app/javascript/application.js b/app/javascript/application.js index b1772103..21243cb1 100644 --- a/app/javascript/application.js +++ b/app/javascript/application.js @@ -14,4 +14,3 @@ document.addEventListener("turbolinks:load", () => { initializeListenersForNavDropdowns() initializeListenersForHomeDropdowns() }) -import * as bootstrap from "bootstrap" diff --git a/config/environments/development.rb b/config/environments/development.rb index 66df51f6..62c10baa 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -48,7 +48,7 @@ Rails.application.configure do # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large # number of complex assets. - config.assets.debug = true + config.assets.debug = false # Suppress logger output for asset requests. config.assets.quiet = true diff --git a/package.json b/package.json index b3d82c3a..351c04c9 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,11 @@ "babel-preset-es2015": "^6.24.1", "bootstrap": "^5.1.3", "esbuild": "^0.13.6", - "sass": "^1.43.3", "turbolinks": "^5.2.0" }, "scripts": { "build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds", - "test": "jest", - "build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules & sass ./app/assets/stylesheets/sqm_application.scss ./app/assets/builds/sqm_application.css --no-source-map --load-path=node_modules & sass ./app/assets/stylesheets/welcome.scss ./app/assets/builds/welcome.css --no-source-map --load-path=node_modules", - "watch:css": "sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch & sass ./app/assets/stylesheets/sqm_application.scss ./app/assets/builds/sqm_application.css --no-source-map --load-path=node_modules --watch & sass ./app/assets/stylesheets/welcome.scss ./app/assets/builds/welcome.css --no-source-map --load-path=node_modules --watch", - "watch:all": "yarn watch:css & yarn build --watch" + "test": "jest" }, "devDependencies": { "jest": "^27.2.5" diff --git a/yarn.lock b/yarn.lock index 2f212b76..f0dcff72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1282,7 +1282,7 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== -anymatch@^3.0.3, anymatch@~3.1.2: +anymatch@^3.0.3: version "3.1.2" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== @@ -1782,11 +1782,6 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - bootstrap@^5.1.3: version "5.1.3" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34" @@ -1800,7 +1795,7 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^3.0.1, braces@~3.0.2: +braces@^3.0.1: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== @@ -1896,21 +1891,6 @@ char-regex@^1.0.2: resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== -"chokidar@>=3.0.0 <4.0.0": - version "3.5.2" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75" - integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - ci-info@^3.1.1: version "3.2.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" @@ -2337,7 +2317,7 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^2.3.2, fsevents@~2.3.2: +fsevents@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -2376,13 +2356,6 @@ get-stream@^6.0.0: resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== -glob-parent@~5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: version "7.2.0" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" @@ -2513,13 +2486,6 @@ invariant@^2.2.2: dependencies: loose-envify "^1.0.0" -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - is-ci@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994" @@ -2534,11 +2500,6 @@ is-core-module@^2.2.0: dependencies: has "^1.0.3" -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - is-fullwidth-code-point@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" @@ -2549,13 +2510,6 @@ is-generator-fn@^2.0.0: resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== -is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" @@ -3236,7 +3190,7 @@ node-releases@^2.0.0: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.0.tgz#67dc74903100a7deb044037b8a2e5f453bb05400" integrity sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA== -normalize-path@^3.0.0, normalize-path@~3.0.0: +normalize-path@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== @@ -3343,7 +3297,7 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: +picomatch@^2.0.4, picomatch@^2.2.3: version "2.3.0" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== @@ -3405,13 +3359,6 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - regenerate-unicode-properties@^9.0.0: version "9.0.0" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326" @@ -3537,13 +3484,6 @@ safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.43.3: - version "1.43.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.3.tgz#aa16a69131b84f0cd23189a242571e8905f1ce43" - integrity sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ== - dependencies: - chokidar ">=3.0.0 <4.0.0" - saxes@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d"