Questions tagged [tailwind-in-js]
120 questions
0
votes
1 answer
trying to connect the postcss plugin to tailwind
I read instruction PostCSS plugin Guidlines, wrote a simple plugin just for the test.
module.exports = (opts) => {
return {
postcssPlugin: "testplugin",
Once(root) {
console.log("Hello")
},
…

i like Cola
- 277
- 6
- 15
0
votes
1 answer
Do not allow modal to open as a window
I have a modal with the quick registration form, and a page with full-registration.
the modal is loaded via an AJAX request with Javascript and contains only the forms, without templates etc: