Code Monkey home page Code Monkey logo

picocss's Introduction

svelte-add

svelte-add is a tool to add many different tools to your svelte/kit project.

This is a monorepo, containing the following packages:

Package Description
@svelte-add/ast-manipulation Provides tools for manipulating JS, CSS and HTML AST's
@svelte-add/ast-tooling Bundles different tools for parsing and serializing JS, CSS and HTML AST's
svelte-add Allows you to apply different adders at once and guides you interactively through the adder initialization
@svelte-add/adders That's the place where all official adders live
@svelte-add/core Provides all utilities for easy application of adders
@svelte-add/dev-utils Used to do some maintenance tasks inside the repository
@svelte-add/testing-library Provides tools to test a adders with all it's option in different project templates
@svelte-add/tests Uses testing-library to execute the tests for all official adders
@svelte-add/website The website of this project

Contributing

Please see the contribution guidelines

Licensing

MIT

Thanks to

picocss's People

Contributors

babichjacob avatar caio-bernardo avatar manuel3108 avatar yanagi-tarou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

picocss's Issues

Stylesheet link throws exception

I think the link to the picocss stylesheet might need an improvement.
After running the adder the below error is thrown that goes away if I remove the href value from the <link rel="stylesheet" href="import "@picocss/pico/css/pico.min.css";"> line in my app.html.
Could it be that this was supposed to be a statement in the variables.scss file instead?

Error: Not found: /import
at resolve (H:/BarelyBoris/node_modules/@sveltejs/kit/src/runtime/server/respond.js:430:13)
at resolve (H:/BarelyBoris/node_modules/@sveltejs/kit/src/runtime/server/respond.js:277:5)
at #options.hooks.handle (H:/BarelyBoris/node_modules/@sveltejs/kit/src/runtime/server/index.js:49:56)
at Module.respond (H:/BarelyBoris/node_modules/@sveltejs/kit/src/runtime/server/respond.js:274:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Is that href value supposed to be an import statement? Never saw that syntax before.
I fudged around with different quotes as the nested quotes look like trouble to me but could'nt work it out.

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.