Code Monkey home page Code Monkey logo

snack's Issues

Dart Sass 2.0.0

使用最新的 vite 开发时有警告信息……

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, 2) or calc($grid-gutter / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ╷
8 │   padding-left: $grid-gutter/2;
  │                 ^^^^^^^^^^^^^^
  ╵
    node_modules/snack.css/src/_grid.scss 8:17  @import
    node_modules/snack.css/src/snack.scss 4:9   @import
    src/style/app.scss 3:9                      @import
    src/App.vue 2:9                             root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, 2) or calc($grid-gutter / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ╷
9 │   padding-right: $grid-gutter/2;
  │                  ^^^^^^^^^^^^^^
  ╵
    node_modules/snack.css/src/_grid.scss 9:18  @import
    node_modules/snack.css/src/snack.scss 4:9   @import
    src/style/app.scss 3:9                      @import
    src/App.vue 2:9                             root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, -2) or calc($grid-gutter / -2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
15 │   margin-left: $grid-gutter/-2;
   │                ^^^^^^^^^^^^^^^
   ╵
    node_modules/snack.css/src/_grid.scss 15:16  @import
    node_modules/snack.css/src/snack.scss 4:9    @import
    src/style/app.scss 3:9                       @import
    src/App.vue 2:9                              root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, -2) or calc($grid-gutter / -2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
16 │   margin-right: $grid-gutter/-2;
   │                 ^^^^^^^^^^^^^^^
   ╵
    node_modules/snack.css/src/_grid.scss 16:17  @import
    node_modules/snack.css/src/snack.scss 4:9    @import
    src/style/app.scss 3:9                       @import
    src/App.vue 2:9                              root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, 2) or calc($grid-gutter / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
17 │     padding-left: $grid-gutter / 2;
   │                   ^^^^^^^^^^^^^^^^
   ╵
    node_modules/snack.css/src/_mixins.scss 17:19  make-grid-columns()
    node_modules/snack.css/src/_grid.scss 19:1     @import
    node_modules/snack.css/src/snack.scss 4:9      @import
    src/style/app.scss 3:9                         @import
    src/App.vue 2:9                                root stylesheet

Warning: 11 repetitive deprecation warnings omitted.

Correct footer credits text

Footer credits at the bottom of the docs' site reads "... ❤️ Made with using snack". I'm guessing that should be "...Made with ❤️ using snack"
Screen_Shot_footer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.