Giter Site home page Giter Site logo

Comments (3)

apertureless avatar apertureless commented on August 25, 2024

Hi @543877815

Mh I can not reproduce this.
I removed my node_modules and did a clean yarn. And everything is working fine.

Can you provide more context on this?

from vue-parallax.

543877815 avatar 543877815 commented on August 25, 2024

emmm...I just wanted to change some source code by " import Parallax from '../Parallax/Parallax' "
And I noticed your scss has " @import "~@nextindex/next-scss/next-scss"; "
Of course, it will be better if you can reproduce that.
But it doesn't matter cause I can find the style from your "/dist/static/css/app.css" ...
@apertureless

from vue-parallax.

apertureless avatar apertureless commented on August 25, 2024

Ah okay.
The next-scss package is a npm pacakge and contain only a few helpers.
Like @include media($sm-up) and the rem() and em() helpers.

So you need to npm install before. And it should grab the package.
However if you want to modify stuff, you can remove the helpers and then you don't need the package.

from vue-parallax.

Related Issues (20)

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.