-
## Phoenix AKA frontend updater
The backend is relatively easy to update due to the fact that it is one maintained system (Craft). The frontend on the other hand is a combination of frameworks and …
-
### Description
Hello, i was wondering if its possible to create something similar to this perhaps using the existing radio-group component.
Example: https://tailwindui.com/components/application-…
-
# Trending repositories for C#
1. [**thebookisclosed / ViVe**](https://github.com/thebookisclosed/ViVe)
__C# library and console app for using new feature control APIs available i…
-
Hello all,
I've been fighting with purgecss when serving the Workcation screencast project in production.
My problem was that somehow some css rules didn't appear and contents like selects didn't …
-
I have seen that any input with comment is output without comments even when minification is disabled :
```javascript
const css = require("@parcel/css");
const inputs = [
"/* before */ rule…
-
I would try to configure TailwindCSS in this repository with [Add Tailwind CSS to Svelte](https://github.com/svelte-add/tailwindcss).
-
### Describe the bug
After PR #3929 has ben released in V3,
In Laravel+tailwind+livewire stacks we are experiencing unwanted full refreshes triggered by changes on files registered as dependenci…
-
## Describe the feature
A new configuration option `atomicClassNameSlug` that accepts a template string `"myAtomics-[propertyHash]-[valueHash]"` or a factory function (both similar to the existing …
-
I init project with command:
npx create-solana-dapp@3.0.1
┌ create-solana-dapp 3.0.1
│
◇ Enter project name
│ voting-dapp
│
◇ Select a preset
│ Next.js
│
◇ Select a UI library
│ …
-
Hello!
The blade templating engine in laravel is not supported at the moment (it seems).
Are there any plans to add this in the future?
Is this hard to do and can I help out?