swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 895e3925579b8e850ebd8eea970ddbf827f7afea authored by Lars Bilke on 09 April 2021, 07:35:11 UTC
Extracted vtk filters into an own library VtkVisFilter.
Tip revision: 895e392
postcss.config.js
module.exports = {
  plugins: {
    'tailwindcss': {},
    'autoprefixer': {},
    'postcss-import-url': {}
  }
}
back to top