Code Monkey home page Code Monkey logo

Comments (3)

DanielJoyce avatar DanielJoyce commented on July 29, 2024

So cargo leptos generates that CSS, or did you write that CSS and expect it to work?

It's not exactly clear from your explanation.

from cargo-leptos.

DanielJoyce avatar DanielJoyce commented on July 29, 2024

So first off, format is going to produce a class string of w-[10] h-[10] as the {} get replaced with the values

Your css rule will not work

However, this does:

.w-\[10\].h-\[10\] {
	border: 2px solid black;
}

{} is not a valid value for width, and format!() won't subst the values in css anyways.

from cargo-leptos.

CorvusPrudens avatar CorvusPrudens commented on July 29, 2024

The output I provided is produced by Tailwind after analyzing the provided Rust code. I'm aware the CSS won't actually do anything, but as I mentioned, that's not really relevant here. The problem is that this series of characters in a CSS file causes cargo-leptos to fail and produce a hard to track down error message. In other words, the project will not build at all.

As long as Tailwind itself doesn't fail, it's my opinion that cargo-leptos should handle it without crashing (or at least produce a better error message).

from cargo-leptos.

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.